This helper function can do a fuzzy match for you giving a haystack and casefolded needle.
Casefold your needle using [func@GLib.utf8_casefold] before running the query.
Score will be set with the score of the match upon success. Otherwise, it will be set to zero.
the string to be searched.
A g_utf8_casefold() version of the needle.
An optional location for the score of the match
%TRUE if @haystack matched @casefold_needle, otherwise %FALSE.
See Implementation
This helper function can do a fuzzy match for you giving a haystack and casefolded needle.
Casefold your needle using [func@GLib.utf8_casefold] before running the query.
Score will be set with the score of the match upon success. Otherwise, it will be set to zero.